home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / lut / makefile.src < prev    next >
Encoding:
Makefile  |  1993-03-12  |  232 b   |  20 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/lut
  3. #
  4.  
  5. PGMS = \
  6.     logtbl.out mapapply.out powertbl.out scaletbl.out stretchtbl.out
  7.  
  8. install:    $(PGMS)
  9.  
  10. clean:    clean-pgm
  11. clean-all:    clean_all
  12.  
  13. man:
  14.  
  15. doc:
  16.  
  17. pristine:    pristine-pgm
  18.  
  19. FRC:
  20.